home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 1996 April
/
CHIP 1996 aprilis (CD06).zip
/
CHIP_CD06.ISO
/
sac
/
pack
/
rarbatch.exe
/
rar
/
ALL2RAR.BAT
next >
Wrap
DOS Batch File
|
1994-07-28
|
350b
|
13 lines
REM ■■■ To convert any (most) to RAR ■■■
@Echo off
echo *** Total repack started. ***
if exist *.arj call arj2rar *.arj
if exist *.zip call zip2rar *.zip
if exist *.lzh call lzh2rar *.lzh
if exist *.ice call ice2rar *.ice
:Exit
echo ________________________________________________
echo ANY archive *.* -} *.rar (total) repack finished